Q3BackfacingStyle_Get
You can use theQ3BackfacingStyle_Get
function to get the backfacing style value of a backfacing style.
TQ3Status Q3BackfacingStyle_Get ( TQ3StyleObject backfacingObject, TQ3BackfacingStyle *backfacingStyle);
backfacingObject
- A backfacing style object.
backfacingStyle
- On exit, a pointer to the backfacing style value of the specified backfacing style object.
DESCRIPTION
TheQ3BackfacingStyle_Get
function returns, in thebackfacingStyle
parameter, a pointer to the current backfacing style value of the backfacing style object specified by thebackfacingObject
parameter.